home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / util / libs / IdmLib.lha / IdmLib / include / proto / Idm.h
Encoding:
C/C++ Source or Header  |  1999-02-28  |  282 b   |  18 lines

  1. #ifndef _PROTO_IDM_H
  2. #define _PROTO_IDM_H
  3.  
  4. #ifndef EXEC_TYPES_H
  5. #include <exec/types.h>
  6. #endif
  7. #ifndef CLIB_IDM_PROTOS_H
  8. #include <clib/idm_protos.h>
  9. #endif
  10.  
  11. #include <pragmas/idm_pragmas.h>
  12.  
  13. #ifndef __NOLIBBASE__
  14. extern struct Library *IdmBase;
  15. #endif
  16.  
  17. #endif    /*  _PROTO_IDM_H  */
  18.